home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / textool / problems < prev    next >
Text File  |  1990-10-01  |  1KB  |  36 lines

  1. scrollbar_scroll_to() does not work when called from CanvasEventProc()
  2.     The scroll event generated by this proc does not have the scrollbar
  3.     handle as an extra arg like it should.
  4.     Hacked to work by fixing up the arg in the interposer which has to
  5.     be there anyway to do the page forward/backward commands.
  6.  
  7.     Fixed in V3.2
  8.  
  9. menu_show() doesn't return ordinal position as default value
  10.     Fixed by putting in explicit MENU_VALUE.
  11.  
  12. mpr_d() macro seems to give problem
  13.     Fixed by not using it.
  14.  
  15. /SunView/Ttysubwindow/Retained still used by SunView but not be defaults editor
  16.     Defaults file edited by hand.
  17.  
  18.     Probably changed in v3.2.
  19.  
  20. File descriptors asociated with TTY subwindows not being closed correctly
  21. when window destroyed.
  22.     Hacked by noting their fd number relative to the fd for the frame with
  23.     the "show fd" menu choice and closing them, hoping that the fds are
  24.     always allocated in the same order.
  25.  
  26.     Program later changed so this frame is not destroyed, just undisplayed.
  27.  
  28. Problem with TTY subwindows in two subframes. If you destroy one but not the
  29. other the undestroyed frame is displayed with nothing in it.
  30.     Not fixed yet. Program changed not to have two subframes. This means
  31.     that the "shell" frame is not permanent but is shared with the "tex",
  32.     "latex" and "edit" ones.
  33.  
  34. frame_default_done_proc() is misdefined in /usr/include/suntool/frame.h
  35.     It should use FRAME_DEFAULT_DONE_PROC. Fixed by editing include file.
  36.